projects
/
feed
/
video.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cae7eda
)
qt5/cmake.mk: add makefile for inclusion for qt5 projects using cmake
author
Mirko Vogt
<
[email protected]
>
Mon, 19 May 2025 15:28:35 +0000
(15:28 +0000)
committer
Mirko Vogt
<
[email protected]
>
Thu, 22 May 2025 10:58:15 +0000
(10:58 +0000)
frameworks/qt5/cmake.mk
[new file with mode: 0644]
patch
|
blob
diff --git a/frameworks/qt5/cmake.mk
b/frameworks/qt5/cmake.mk
new file mode 100644
(file)
index 0000000..
f5247ea
--- /dev/null
+++ b/
frameworks/qt5/cmake.mk
@@ -0,0
+1,8
@@
+include $(TOPDIR)/rules.mk
+include $(INCLUDE_DIR)/cmake.mk
+
+CMAKE_OPTIONS += \
+ -DQT_QMAKE_TARGET_MKSPEC="linux-openwrt-g++"
+
+CMAKE_HOST_OPTIONS += \
+ -DQT_QMAKE_TARGET_MKSPEC="linux-openwrt-host-g++"